@keyframes icon-bounce {
 0%, 100% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 25% {
 -moz-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 -webkit-transform: rotate(15deg);
 transform: rotate(15deg);
}
 50% {
 -moz-transform: rotate(-15deg);
 -ms-transform: rotate(-15deg);
 -webkit-transform: rotate(-15deg);
 transform: rotate(-15deg);
}
 75% {
 -moz-transform: rotate(5deg);
 -ms-transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 transform: rotate(5deg);
}
 85% {
 -moz-transform: rotate(-5deg);
 -ms-transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
}
@-webkit-keyframes icon-bounce {
 0%, 100% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 25% {
 -moz-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 -webkit-transform: rotate(15deg);
 transform: rotate(15deg);
}
 50% {
 -moz-transform: rotate(-15deg);
 -ms-transform: rotate(-15deg);
 -webkit-transform: rotate(-15deg);
 transform: rotate(-15deg);
}
 75% {
 -moz-transform: rotate(5deg);
 -ms-transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 transform: rotate(5deg);
}
 85% {
 -moz-transform: rotate(-5deg);
 -ms-transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
}
@-moz-keyframes icon-bounce {
 0%, 100% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 25% {
 -moz-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 -webkit-transform: rotate(15deg);
 transform: rotate(15deg);
}
 50% {
 -moz-transform: rotate(-15deg);
 -ms-transform: rotate(-15deg);
 -webkit-transform: rotate(-15deg);
 transform: rotate(-15deg);
}
 75% {
 -moz-transform: rotate(5deg);
 -ms-transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 transform: rotate(5deg);
}
 85% {
 -moz-transform: rotate(-5deg);
 -ms-transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
}
@-o-keyframes icon-bounce {
 0%, 100% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 25% {
 -moz-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 -webkit-transform: rotate(15deg);
 transform: rotate(15deg);
}
 50% {
 -moz-transform: rotate(-15deg);
 -ms-transform: rotate(-15deg);
 -webkit-transform: rotate(-15deg);
 transform: rotate(-15deg);
}
 75% {
 -moz-transform: rotate(5deg);
 -ms-transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 transform: rotate(5deg);
}
 85% {
 -moz-transform: rotate(-5deg);
 -ms-transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
}
body, ul, li, div, h1, h3, h2, h4, h5, p {
	padding: 0;
	margin: 0;
}
* {
	/*transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s;*/
}
html, body {
	background: #fff;
	color: #222222;
}
ul, ul li {
	list-style-type: none;
}
body a{outline:none !important;blr:expression(this.onFocus=this.blur());}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.textl {
	text-align: left;
}
.textr {
	text-align: right;
}
img {
	max-width: 100%;
}

header {
	z-index: 99;
	width: 100%;
	position: relative;
}
header .logo{
	margin-top: 27px;
}
header .padr80 {
	padding-right: 80px;
}
.container {
	max-width: 1600px;
}
header .logo a {
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s
}
header .navbar{
	position: inherit;
}

.bgf2{
	background-color:#f2f2f2;
	padding:70px 0px;
	}



.index-banner img {
	width: 100%
}
.index-banner .swiper-slide {
	position: relative;
	overflow: hidden;
}
.index-banner .swiper-pagination-bullets {
	bottom: 53px;
}

.index-banner .swiper-container {
	z-index: 10 !important;
}
.index-banner .swiper-pagination-bullet {
	width: 19px !important;
	height: 19px !important;
	background-color: #fff;
	opacity: .8;
}
.index-banner .swiper-pagination-bullet-active {
	background: #fff !important;
	opacity: 1;
}
.index-banner .swiper-button-next {
	background: url(../images/right.png) no-repeat !important;
	width: 25px !important;
	height: 53px !important;
}
.index-banner .swiper-button-prev {
	background: url(../images/left.png) no-repeat !important;
	width: 25px !important;
	height: 53px !important;
}
.index-banner .centerBig img {
	-webkit-animation-name: centerBig;
	animation-name: centerBig;
	transition: all ease 15s;
	-moz-transition: all ease 15s;
	-webkit-transition: all ease 15s;
	-o-transition: all ease 15s;
	text-decoration: none;
	animation-duration: 15s
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto !important;
}

/****手机端mobilebanner***/
.mobile-banner img {
	width: 100%
}
.mobile-banner .swiper-slide {
	position: relative;
	overflow: hidden;
}

.mobile-banner .swiper-pagination-bullets {
	bottom: 53px;
}
.mobile-banner .swiper-pagination {
	text-align: center;
}
.mobile-banner .banner-title-btn .i_ico {
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 2px;
	background: url(../images/i_ico.png) no-repeat;
	background-position: -48px 0px;
}
.mobile-banner .banner-title-btn:hover {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}
.mobile-banner .swiper-container {
	z-index: 10 !important;
}
.mobile-banner .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background-color: #fff;
	opacity: .8;
}
.mobile-banner .swiper-pagination-bullet-active {
	background: #fff !important;
	opacity: 1;
}
.mobile-banner .swiper-button-next {
	background: url(../images/right.png) no-repeat !important;
	width: 25px !important;
	height: 53px !important;
}
.mobile-banner .swiper-button-prev {
	background: url(../images/left.png) no-repeat !important;
	width: 25px !important;
	height: 53px !important;
}
.mobile-banner .centerBig img {
	-webkit-animation-name: centerBig;
	animation-name: centerBig;
	transition: all ease 15s;
	-moz-transition: all ease 15s;
	-webkit-transition: all ease 15s;
	-o-transition: all ease 15s;
	text-decoration: none;
	animation-duration: 15s
}


.top {
	background-color: #f5f5f5;
	color: #fff;
	line-height: 40px;
}
.top .wel{
	color: #999999;
}
.m_logo {
	margin-top: 7px;
}
.navbar {
	margin-bottom: 0px;
	z-index: 11;
	height: auto;
}
.menu{
	margin-left: 150px;
}
.menu .navbar-static-top {
    border-width: 0 0 0px;
}
.navbar-nav {
	padding-bottom: 0px;
	padding-top: 0px;
}
body.out nav .navbar-collapse{
	box-shadow:none !important;
}
.navbar-brand {
	height: 55px;
	padding: 10px 15px 7px 0px;
	padding-left: 0px;
}
.navbar-toggle {
	border: 0px;
	border-radius: 0px;
	margin-top: 10px;
	margin-right: 0px;
}
.navbar-default .navbar-nav>li>a {
	text-align: center;
	font-size: 18px;
	color: #333;
	position: relative;
	padding: 0px 30px;
	line-height:107px;
	margin-left: 1px;
}
.navbar-default .navbar-nav>li>a:focus::after, .navbar-default .navbar-nav>li>a:hover::after{
	content: "";
	width: 0px;
	height: 2px;
	background-color: #afe2e2;
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	transition:all 0.3s ease-in-out;
	/*通过transform的缩放scale来让初始时x轴为0*/
	transform: scale3d(0,1,1);
	/*将坐标原点移到元素的中间，以原点为中心进行缩放*/
	transform-origin:50% 0;
	
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	text-align: center;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
	background: url(../images/nav_hover.png) #0066b3 no-repeat center center;
	
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #ffffff;
	background: url(../images/nav_hover.png) #0066b3 no-repeat center center;
}
.navbar-default .navbar-nav>.active>a::after, .navbar-default .navbar-nav>.active>a:focus::after, .navbar-default .navbar-nav>.active>a:hover::after{
	content: "";
	width: 23px;
	height: 7px;
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	background: url(../images/down_icon.png)  no-repeat center center;
	
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
}

/**鼠标悬停下拉菜单**/
header .navbar-nav>li {
    position: inherit;
}
.navbar .nav > li .dropdown-menu {
	min-width: inherit;
	margin: 0;
	width: 100%;
}
.navbar .nav > li:hover .dropdown-menu {
	display: block;
}
.dropdown-menu {
	border-top: 0px;
	/*border-bottom:1px #eaeaea solid;
	border-left:1px #eaeaea solid;
	border-right:1px #eaeaea solid;*/
	padding: 10px;
	border-radius: 0px;
	background: rgba(170, 170, 170, 0.8);
}

.dm_img{
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
}
.dm_img img{
	margin-right: 10px;
}
.dm_img a{
	color: #333;
}
.dropdown-menu .child {
	text-align: center;
	color: #ffffff;
}
.dropdown-menu .child a {
	line-height: 50px;
	color: #ffffff;
	font-size: 18px;
	display: inline-block;
	padding: 0px 20px;
	position: relative;
}
.dropdown-menu .child a::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #ccc;
    right: 0px;
    top: 15px;
}
.dropdown-menu .child a:last-child::after{
	content: none;
}
.dropdown-menu .child  a:hover {
	color: #0066b3;
}

/**banner**/
.centerBig img {
	-webkit-animation-name: centerBig;
	animation-name: centerBig;
	transition: all ease 15s;
	-moz-transition: all ease 15s;
	-webkit-transition: all ease 15s;
	-o-transition: all ease 15s;
	text-decoration: none;
	animation-duration: 15s;
	width: 100%;
}
 @-webkit-keyframes centerBig {
 100% {
 transform: scale(1.1, 1.1);
}
}
@keyframes centerBig {
 100% {
 transform: scale(1.1, 1.1);
}
}
 @keyframes mymove {
 0% {
top:-500px;
opacityï¼š.3;
}
}
.mt20 {
	margin-top: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.mb80 {
	margin-bottom: 80px;
}
.mt100 {
	margin-top: 100px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb50{
	margin-bottom: 50px;
}
.mb15 {
	margin-bottom: 15px;
}
.kc {
	border-bottom: 1px #49b345 solid;
}
.index_title1 {
	color: #fff;
	font-size: 16px;
	margin-right: 9px;
	background-color: #49b345;
	padding: 10px 18px;
}
.n_pic a img {
	transition: all 1s;
	-moz-transition: all 1s;
	/* -webkit-transition: all 1s; */
	-o-transition: all 1s;
}
.n_pic:hover img {
	transform: scale(1.3, 1.3);
}
.index_more {
	font-size: 14px;
	margin-top: 10px;
}
.index_more a {
	color: #333;
}


/**底部信息**/				
footer {
	width: 100%;
	background-color: #333333;
	color: #fff;
	font-size: 14px;
}
.bor{
	padding: 0px 60px;
	border-right: 1px #474747 solid;
}
.footer_logo{
	text-align: center;
}
.f_top {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ft{
	font-size: 16px;
	color: rgba(255,255,255,0.6);
}
.ft_en{
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	font-family: Arial, Helvetica, sans-serif;
}

/* SELECT W/IMAGE */
select#selectTravelCity {
	width: 14em;
	height: 3.2em;
	padding: 0.2em 0.4em 0.2em 0.4em;
	vertical-align: middle;
	border: 1px solid #94c1e7;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff;
	font-family: SimHei;
	font-size: 1.1em;
	color: RGBA(102,102,102,0.7);
	cursor: pointer;
}
footer .select {
	text-align: right;
	padding-top: 30px;
}
/*SELECT W/DOWN-ARROW*/
select#selectPointOfInterest {
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0px 15px;
	text-indent: 4pt;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #626262;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: microsoft yahei;
	font-size: 12px;
	font-weight: 500;
	color: RGBA(51,51,51,1);
	cursor: pointer;
	outline: none;
	background: none;
	color: #626262;
}
select#selectPointOfInterest option {
	background-color: #fff;
}
/*LABEL FOR SELECT*/
label#lblSelect {
	position: relative;
	display: inline-block;
}
/*DOWNWARD ARROW (25bc)*/
label#lblSelect::after {
	content: "\25bc";
	position: absolute;
	top: 3px;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	text-align: center;
	/*background: #94c1e7;*/
	color: #626262;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	pointer-events: none;
}

.ft_info{
	margin: 0px -15px;
}
.ft_info a{
	width: 100%;
	color: rgba(255,255,255,0.6);
	line-height: 38px;
	text-align: center;
	border: 1px #474747 solid;
	padding: 0px 5px;
	margin-left: 7px;
	margin-right: 7px;
	display: inline-block;
	margin-top: 22px;
}
.ft_info a:hover{
	color: rgba(255,255,255,1);
	border: 1px #ffffff solid;
}
.f_bottom{
	border-top: 1px #474747 solid;
	text-align: center;
	line-height: 77px;
	color: #666666;
}
.f_bottom a {
	color: #666666;
}
.f_bottom a:hover {
	color: #fff;
}

.f_shengming {
	padding-top: 20px;
	line-height: 28px;
	color: #666;
}
.f_wel {
	opacity: 0.6;
	margin-top: 15px;
}
.f_ewm {
	text-align: center;
	padding-top: 20px;
}
.f_ewm span {
	display: block;
	text-align: center;
	opacity: 0.3;
	margin-top: 10px;
}
.ewm ul li{
	float:left;
	margin-left:10px;
	}
.ewm ul li img{
	margin-top:-3px;
	}		
.ewm ul li a{
	position:relative;
	color:#666;
	font-size:15px;
	}	
.ewm ul li a img.weibo{
	width: 100px;
	width: 100px;
	position: absolute;
    z-index: 99;
    max-width: none;
    transform: scale(0);
    transform-origin: top right;
    background-color:#e5e5e5;
    border-radius: 0px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	padding:2px;
	}
.ewm ul li:hover  img.weibo {
    transform: scale(1);
    opacity: 1;
	z-index: 999;
}	
.weibo{
    top: 32px;
    right: 0px;
	}
.top_tel{
	margin-left: 10px;
	margin-top: 38px;
	color: #0066b3;
	font-size: 20px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif
}
.top_tel img{
	margin-right: 7px;
}
.ewm{
	margin-top: 43px;
}
.pd15 {
	padding: 15px;
}
.sub_title {
	font-size: 18px;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.cn_title{
	position: relative;
	padding-left: 50px;
	background: url(../images/title_icon.png) no-repeat left center;
}
.cn_title h2 {
	font-size: 32px;
	color: #1a1a1a;
	text-align: left;
	position: relative;
	margin: 0px auto;
	font-weight: bold;
}
.cn_title h2 em{
	color: #0066b3;
}

/***发展历程**/
.index_fzlc{
	height: 395px;
	background: url(../images/fzlc_pic.jpg) no-repeat center center;
	background-size: cover;
}
.fzlc_title{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	max-width: 1060px;
	margin-top: 100px;
}
.fzlc_desc{
	font-size: 22px;
	color: #666666;
	line-height: 40px;
	max-width: 1060px;
	margin-top: 40px;
	text-indent: 2em;
}
.fzlc_qm4{
	max-width: 1060px;
	text-align: right;
	margin-top: 10px;
}

.ab_pic{
	text-align: right;
	margin-top: 10px;
}
.ab_icon{
	position: relative;
}
.ab_icon:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 42px;
	border-top: 1px #b8e5c4 dashed;
}
.ab_i{
	text-align: center;
}
.bb{
	color: #010101;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.cc{
	color: #666666;
	font-size: 16px;
	line-height: 32px;
	margin-top: 15px;
}


.indexmaps{
	width: 100%;
	display: flex;
}
.mapsl,.mapsr{
	flex: 1;
	width: 50%;
}
.mapsl{
	height: 737px;
	background: url(../images/maps_bg.png) no-repeat center center;
	    background-size: cover;
	    padding-top: 36px;
}
.zsjm_map_map{
	position: relative;
	margin: 0px auto;
	width: 706px;
}
.zsjm_map_1{

}
.zsjm_map_dian1 {
    position: absolute;
    top: 22%;
    right: 25%;
}
.zsjm_map_dian2 {
    position: absolute;
	top: 35%;
    right: 41%;
}
.zsjm_map_dian3 {
    position: absolute;
    top: 38%;
    right: 21%;
}
.zsjm_map_dian4 {
    position: absolute;
    top: 46%;
    right: 39%;
}
.zsjm_map_dian5 {
    position: absolute;
    bottom: 15%;
    right: 56%;
}
.zsjm_map_dian6 {
    position: absolute;
    top: 46%;
    left: 32%;
}
.mapsr{
	height: 737px;
	background: url(../images/build_pic.png) no-repeat center center;
	    background-size: cover;
	    width: 100%;
}
.num_box{
	margin-top: 280px;
	padding: 0px 80px;
}
.list_number {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.list_title{
	font-size: 16px;
	margin-top: 20px;
}
.list_number em {
	color: #fff;
	font-size: 42px;
	line-height: 56px;
	margin-right: 10px;
	font-weight: bold;
	font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.indexcase .nav-tabs>li.active>a,.indexcase .nav-tabs>li.active>a:focus,.indexcase .nav-tabs>li.active>a:hover{
	color: #0066b3;
	font-weight: bold;
	font-size: 32px;
	background: none;
	border: 0px;
}
.indexcase .nav-tabs>li.active>a::after,.indexcase .nav-tabs>li.active>a:focus::after,.indexcase .nav-tabs>li.active>a:hover::after{
	content: "";
	width: 100px;
	position: absolute;
	height: 4px;
	background-color: #0066b3;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	bottom: -10px;
}
.indexcase .nav-tabs{
	border-bottom: 0px;
}
.indexcase .nav-tabs>li>a{
	padding: 0px;
	font-size: 32px;
	color: #1a1a1a;
	font-weight: bold;
	border: 0px;
	margin-right: 48px;
}
.indexcase .nav-tabs>li>a:hover{
	border: 0px;
	background: none;
}


.inews-wraper {
	padding-top: 60px
}

.inews-wraper .inews-wraper {
	overflow: hidden
}

.inews-wraper a:hover h2 {
	color: #0066b3
}

.inews-wraper a:hover .date {
	color: #0066b3
}

.inews-wraper a:hover img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03)
}

.news-set-top {
	float: left;
	width: 424px;
	padding: 30px 28px 27px 26px;
	background-color: #f7f7f7
}

.news-set-top .thumb {
	overflow: hidden
}

.news-set-top img {
	width: 100%;
	-webkit-transition: all ease .7s;
	-o-transition: all ease .7s;
	-moz-transition: all ease .7s;
	transition: all ease .7s
}

.news-set-top .title {
	margin-top: 15px;
	margin-bottom: 11px;
	font-size: 18px;
	color: #333;
	display: -webkit-box;
	height: 60px;
	line-height: 30px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.news-set-top .date {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #999;
	font-weight: bold
}

.news-two .date,
.news-four .date {
	font-size: 15px;
	line-height: 24px;
	color: #999
}

.news-two .date span,
.news-two .date b,
.news-four .date span,
.news-four .date b {
	display: block;
	font-size: 50px;
	line-height: 48px;
	font-weight: bold
}

.news-two {
	float: left;
	width: 440px;
	margin: 0 30px
}

.news-two li {
	margin-bottom: 22px;
	padding: 16px 45px 45px;
	background-color: #f7f7f7
}

.news-two li a {
	display: block
}

.news-two .two-title {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.news-two .desc {
	font-size: 14px;
	color: #888;
	display: -webkit-box;
	height: 40px;
	line-height: 20px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.news-two .date {
	margin-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0;
	background: url("../images/inewarr.png")
		/*tpa=https://www..cn/webimages/inewarr.png*/
		no-repeat right center
}

.news-four {
	overflow: hidden;
	zoom: 1;
	background-color: #f7f7f7;
	padding: 18px 40px 15px 50px
}

.news-four li {
	border-bottom: 1px solid #e6e6e6
}

.news-four li:last-child {
	border: 0
}

.news-four a {
	position: relative;
	display: block;
	padding: 48px 30px 51px 90px;
	background: url("../images/inewarr.png")
		/*tpa=https://www..cn/webimages/inewarr.png*/
		no-repeat right center
}

.news-four .date {
	position: absolute;
	left: 0;
	top: 31px
}

.news-four .four-title {
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.news-four .desc {
	display: none;
	font-size: 0;
	line-height: 36px;
	color: #888;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.index_123 {
	font-size: 14px;
	color: #888;
	margin-bottom: 65px;
	line-height: 30px;
}
.links{
	padding: 20px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	border: 1px #e8e8e8 solid;
	border-top: 0px;
	display: flex;
	flex-wrap: wrap;
}

.links a{
	font-size: 14px;
	color: #666;
	text-align: center;
	flex: 0 0 25%;
	line-height: 35px;
}
.links a:hover{
	color: #0066b3;
}
.friendlink .nav-tabs{
	background-color: #e8e8e8;
	border: 0px;
	padding-top: 4px;
	padding-left: 4px;
}
.friendlink .nav-tabs>li{
	margin-bottom: -2px;
}
.friendlink .nav-tabs>li>a{
	border-radius: 0px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding: 10px 40px;
	position: relative;
}
.friendlink .nav-tabs>li>a::after{
	display:block;
	content:'';
	border-width:8px 8px 8px 8px;
	border-style:solid;
	border-color:#818181 transparent transparent transparent;
	/* 定位 */
	position:absolute;
	right: 10px;
	top: 40%;
}

.friendlink .nav-tabs>li.active>a, .friendlink .nav-tabs>li.active>a:focus, .friendlink .nav-tabs>li.active>a:hover{
	border: 0px;
	color: #333;
}



.submenu{
	line-height: 70px;
	background-color: #ededed;
	white-space: nowrap;
	overflow-x: auto;
}
.subchild a{
	display: inline-block;
	padding: 0px 44px;
	color: #333;
	font-size: 20px;
}
.subchild a:hover,.subchild a.cur{
	background-color: #0066b3;
	color: #fff;
}
.path{
	text-align: right;
	font-size: 18px;
	color: #999999;
}
.path a{
	color: #999999;
}
.path a:hover{
	color: #0066b3;
}
.path span{
	margin-right: 7px;
}
.article a{
	display: block;
	margin: 0px 15px;
	margin-bottom: 65px;
	padding-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	-moz-transition: all ease .2s;
	transition: all ease .2s;
}
.article a:hover{
	border-bottom: 1px solid #0066b3;
}
.article a:hover .ar_title{
	color: #0066b3;
}
.article .ar_pic img{
	width: 100%;
}
.ar_date {
	margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #666;
    padding: 20px;
}
.ar_date span {
    display: block;
    width: 20px;
    height: 0;
    padding-top: 15px;
    border-bottom: 3px solid #d9d9d9;
}
.ar_title {
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
    display: -webkit-box;
    height: 48px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	padding: 0px 20px;
}
.ar_desc {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    height: 96px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
	padding: 0px 20px;
}
.online-news-list{
	margin: 0px -15px;
}
.new-content {
    width: 100%;
    height: auto;
    padding: 30px 90px;
    border: 2px solid #f2f2f2;
    margin-bottom: 30px;
}
.new-content .new-title {
    font-size: 24px;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 50px;
	text-align: center;
}
.new-content .new-time {
    font-size: 16px;
    color: #999;
    line-height: 40px;
	text-align: center;
}
.new-content .new-con {
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.new-menu {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 30px;
  border: 2px solid #f2f2f2;
  margin-bottom: 30px;
}
.new-menu .menu-title {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 30px;
    font-weight: bold;
}
.new-menu .menu-desc {
    font-size: 14px;
    color: #666;
	margin-top: 10px;
}
.new-menu .menu-desc p {
    overflow: hidden;
    line-height: 35px;
	padding-left: 15px;
	background: url(../images/dot.png) left center no-repeat;
}
.new-menu .menu-desc p a {
    color: #666;
}
.contact1{
	display: -webkit-flex;
	flex-wrap: wrap;
}
.ctt{
	flex: 0 0 20%;
	text-align: center;
	padding: 0px 50px;
	position: relative;
}
.ctt .ct_pic{
	
}
.ctt .ct_title{
	font-size: 18px;
	font-weight: bold;
	margin-top: 36px;
}
.ctt .ct_tel{
	color: #666;
	font-size: 18px;
	margin-top: 10px;
	line-height: 28px;
}
.ctt::after{
	content: "";
	width: 1px;
	height: 119px;
	position: absolute;
	right: 0px;
	top: 30px;
	background-color: #eeeeee;
}
.ctt:last-child::after{
	content: none;
}
.bgc{
	background-color: #e5eff7;
	height: 11px;
	width: 100%;
}
.contact_map{
	border: 2px #e9edf0 solid;
}
.ct_desc{
	font-size: 24px;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 66px;
}
.formcc .form-control{
	line-height: 76px;
	height: 76px;
	border: 1px #e5e5e5 solid;
	border-radius: 0px;
	margin-bottom: 30px;
	font-size: 18px;
	padding-left: 20px;
}
.formcc .textarea{
	border: 1px #e5e5e5 solid;
	border-radius: 0px;
	margin-bottom: 30px;
	font-size: 18px;
	padding-left: 20px;
	height: auto;
	min-height: 288px;
}
.formcc .dosubmit{
	width: 280px;
	margin: 0px auto;
	line-height: 76px;
	border: 0px;
	text-align: center;
	background-color: #14a83b;
	color: #fff;
	font-size: 18px;
	display: block;
	margin-top: 40px;
}
.formcc .dosubmit:hover{
	background-color: #107d2c;
}



.sidebar{
	border: 2px solid #f2f2f2;
}
.sidebar a{
	line-height: 60px;
	font-size: 18px;
	display: block;
	padding: 0px 28px;
	color: #666;
	height: 60px;
	overflow: hidden;
	border-bottom: 1px #f2f2f2 solid;
}
.sidebar a span{
	opacity: 0;
	margin-right: 7px;
	color: #0066b3;
}
.sidebar a:hover span{
	opacity: 1;
}
.sidebar a:hover,.sidebar a.cur{
	font-weight: bold;
	color: #0066b3;
	background-color: #f2f2f2;
}
.sidebar a.cur span{
	opacity: 1;
}
.pp_pic{
	border: 1px #e5e5e5 solid;
	text-align: center;
	padding: 30px 0px;
}
.pp_text{
	background: url(../images/pp_bg.png) #efefef right center;
	height: 106px;
	text-align: center;
}
.pp_title{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-top: 25px;
}
.pp_entitle{
	color: #999999;
}
.pp a{
	display: block;
	margin-bottom: 50px;
}
.pp a:hover .pp_text{
	background: url(../images/pp_bg_hover.png) #0066b3 right center;
	-webkit-transition: all .4s ease-in-out;
	    -o-transition: all .4s ease-in-out;
	    transition: all .4s ease-in-out;
}
.pp a:hover .pp_title,.pp a:hover .pp_entitle{
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pp a:hover .pp_pic{
	border: 1px #0066b3 solid;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pp1{
	text-align: center;
	height: 398px;
	vertical-align: middle;
	display: table-cell;
	background: url(../images/pp1_bg.png) #f8f8f8 right bottom no-repeat;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.pp1 a{
	display: inline-block;
	font-size: 16px;
	border-radius: 40px;
	border: 2px #0066b3 solid;
	padding: 0px 20px;
	line-height: 35px;
	margin-top: 25px;
	font-weight: normal;
}
.pp1 a:hover{
	background-color: #0066b3;
	color: #fff;
}
.menu_pro{
	padding: 20px 0px;
}
.menu_pro a{
	display: block;
	text-align: center;
	margin-top: 30px;
}
.menu_pro a span{
	display: block;
	text-align: center;
	color: #666;
}
.pad60{
	padding: 60px;
}
.show_propic{
	text-align: center;
	padding: 30px 0px;
	border: 1px #e9edf0 solid;
}
.show_prodesc{
	border-top: 1px #e9edf0 solid;
	padding: 20px 0px;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
}
.pro_intro{
	margin-top: 60px;
	padding-bottom: 15px;
	border-bottom: 2px #0066b3 solid;
}
.show_prozixun{
	margin-top: 10px;
}
.show_prozixun a{
	display: inline-block;
	line-height: 54px;
	padding: 0px 40px;
	color: #fff;
	font-size: 20px;
	margin-right: 20px;
}
.show_prozixun a.pro_icon1{
	background-color: #cd0f0f;
}
.show_prozixun a.pro_icon2{
	background-color: #e96d09;
}
.show_prozixun a img{
	margin-right: 10px;
}
.about_text{
	margin-top: 56px;
}
.about_pic{
	text-align: right;
}
.about_title{
	font-size: 23px;
	font-weight: bold;
	color: #333333;
}
.about_title em{
	color: #0066b3;
}
.about_desc{
	line-height: 50px;
	font-size: 18px;
	color: #333;
	margin-top: 20px;
}
.fzlc {
    background: url(../images/fzlc_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 849px;
    padding: 90px 0px;
}

.activy .at1{}
.activy .at1 a{
	display: block;
	margin-bottom: 50px;
	border: 2px #f7f7f7 solid;
}
.activy .at1 a span{
	display: block;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	color: #1a1a1a;
	border-top: 2px #f7f7f7 solid;
}
.activy .at1 a:hover{
	border: 2px #0066b3 solid;
}
.at_more{
	text-align: center;
	margin-top: 50px;
}
.at_more a{
	font-size: 16px;
	color: #999999;
	border: 2px #dcdcdc solid;
	padding: 10px 30px;
}
.at_more a:hover{
	background-color: #0066b3;
	color: #fff;
	border: 2px #0066b3 solid;
}


.solve{
	position: relative;
}
.solve a{
	display: block;
	margin-bottom: 60px;
}
.s_title{
	background: url(../images/s_xian.png) #7d7d7d center center no-repeat;
	line-height: 52px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.s_desc{
	color: #666666;
	font-size: 16px;
	line-height: 27px;
	padding: 30px 30px 45px 30px;
	border: 1px #7d7d7d solid;
}
.s_more{
	width: 54px;
	height: 54px;
	margin: 0px auto;
	z-index: 10;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -27px;
	display: none;
}
.solve a:hover .s_more{
	display: block;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.solve a:hover .s_title{
	background-color: #0066b3;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.solve a:hover .s_desc{
	border: 1px #0066b3 solid;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pro_item{
	display: -webkit-flex;
	flex-wrap: wrap;
}
.pro_item .pi{
	flex: 0 0 20%;
	position: relative;
}
.pro_item .pi a{
	display: block;
	
}
.pi .pi_text{
	background: rgba(98,98,98,0.8);
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	padding: 0px 30px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.pi_text .pi_title{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.pi_text .pi_desc{
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
}
.pi_text .pi_title::after{
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	width: 13px;
	height: 23px;
	background: url(../images/pd_more.png) no-repeat right center;
}
.pro_item .pi a:hover .pi_text{
	background: rgba(62,196,23,0.8);
	height: 200px;
	padding: 20px 30px;
	webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.pro_item .pi a:hover .pi_text .pi_title::after{
	top: 40px;
}







.fix {
 *zoom: 1;
*clear: both;
}

.nbanner img{
	width:100%;
}

/**分页**/
#newPage{
	width:100%;
	text-align: center;
	margin:auto;
	padding:15px;
	margin-top: 30px;
	display: inline-block;
}
#newPage a{
	padding:10px 15px;
	border:1px solid #eaeaea;
	color:#333;
	background-color: #fff;
}
#newPage a:hover{
	background-color: #009d3c;
	color:#fff;
}
#newPage span{
	padding:10px 15px;
	color:#fff;
	border:1px solid #009d3c;
	background-color:#009d3c;
}





/**首页案例logo**/
.caselogo{
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-wrap: wrap;
}
.col{
	border: 1px dashed #eeeeee;
	margin-right: -1px;
	margin-bottom: -1px;
	flex:0 0 20%;
}
.col img{

	    transition:none;
		padding: 20px;
}
.col img:hover{
	  transform: rotateY(360deg);
	  transition: all 1s;
}
.case_more{
	text-align: center;
}
.case_more a{
	color: #999;
	font-size: 16px;
}
.case_more a:hover{
	color: #37b6b7;
}


/**首页产品展示**/
.index_product{
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-wrap: wrap;
	border-top: 4px #f7f7f7 solid;
	border-bottom: 4px #f7f7f7 solid;
}
.pro{
	background: url(../images/pro_bg.png) #0066b3 no-repeat right bottom;
	background-color: #0066b3;
	color: #fff;
	flex:0 0 25%;
	height: 390px;
}
.pro1{
	background-color: #ffffff;
	flex:0 0 25%;
	height: 390px;
	position: relative;
}
.index_product .pro1:nth-child(2),.index_product .pro1:nth-child(4),.index_product .pro1:nth-child(5),.index_product .pro1:nth-child(7){
	background-color: #f7f7f7;
}
.pro1 a{
	display: block;
	text-align: center;
}
.pro1 a .pro1_title{
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
}
.pro1 a .pro1_pic{
	margin-top: 30px;
}
.pro1 a .pro1_desc{
	font-size: 16px;
	color: #999999;
	margin-top: 15px;
}
.pro1 a:hover .pv_bg{
	opacity: 1;
}
.pro1 a .pv_bg{
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	background: rgba(0,0,0,0.5);
	padding: 22px;
	opacity: 0;
	display: table;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pro1 a .pb{
	line-height: 100%;
    width: 100%;
    height: 100%;
	display: table-cell;
	vertical-align: middle;
    border: 1px solid rgb(255,255,255,0.3);
}
.pro{
	text-align: center;
}
.pro .pro_title{
	color: #fff;
	margin-top: 90px;
	font-weight: bold;
	font-size: 30px;
}
.pro .pro_entitle{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
}
.pro .pro_desc{
	color: rgba(255,255,255,0.6);
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
	padding: 0px 80px;
}
.pro .pro_more{
	text-align: center;
}
.pro .pro_more a{
	display: inline-block;
	line-height: 36px;
	border-radius: 50px;
	border: 1px #fff solid;
	color: #fff;
	padding: 0px 30px;
	margin-top: 30px;
}
.pro .pro_more a:hover{
	background-color: #FFFFFF;
	color: #0066b3;
}




@media only screen and (max-width: 768px){
			
input::-webkit-input-placeholder{
            color:#999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#999;
}																															
}

@media only screen and (max-width:991px) {
	
}
 @media (min-width:1199px) and (max-width:1400px) {
	 .zsjm_map_map{
	 		 width: 100%;
	 }
 }
 @media (min-width:992px) and (max-width:1199px) {
	 .zsjm_map_map{
		 width: 100%;
	 }
	 .bor{
		 padding: 0px 30px;
		 border: 0px;
	 }
 	 
 	.f_tel {
 		font-size: 36px;
 	}
 	.f_zixun a {
 		padding: 16px 60px;
 	}
 	.menu{
 		margin-left: 20px;
 	}
 	.navbar-default .navbar-nav>li>a{
 		padding: 0px 10px;
 		font-size: 14px;
 	}
 }
 @media (max-width:991px) {
	 .mapsl{
		 width: 50%;
		 height: auto;
	 }
	 .mapsr {
		 height: auto;
	 }
	 
	 .mapsl, .mapsr {
	     flex: none;
	 }
	 .zsjm_map_map{
		 width: 100%;
	 }
	 .num_box {
		 margin-top: 80px;
	 }
	 .indexcase .nav-tabs>li>a,.indexcase .nav-tabs>li.active>a, .indexcase .nav-tabs>li.active>a:focus, .indexcase .nav-tabs>li.active>a:hover{
		 font-size: 20px;
	 }
	 .mt40{
		 margin-top: 20px;
	 }
	 .list_number em{
		 font-size: 30px;
	 }
	 .list_title{
		 margin-top: 0px;
		 margin-bottom: 20px;
	 }
	 .m_icon1 img{
		 max-width: 40px;
	 }
	 .index_fzlc{
		 height: 320px;
	 }
	 .fzlc_title{
		 font-size: 20px;
		 margin-top:30px;
	 }
	 .fzlc_desc{
		 font-size: 16px;
	 }
	 .cn_title {
	     background-size: 4%;
	     padding-left: 30px;
	 }
	 .sub_title {
	     font-size: 14px;
	 }
	 .cn_title h2 {
	     font-size: 20px;
	 }
	 .mb80 {
	     margin-bottom: 30px;
	 }
	 .mt80 {
	     margin-top: 30px;
	 }
	.f_ewm {
		text-align: center;
	}
	.f_ewm span {
		text-align: center;
	}
	.f_top .zhong {
		margin-right: 40px;
		border-right: 0px;
		width: 100% !important;
		text-align: center;
		margin-bottom: 15px;
	}
	.guanzhu {
		border-left: 0px;
		padding-left: 0px;
		margin-bottom: 10px;
	}
	.menu{
		margin-left: 20px;
		float: right;
	}
	.navbar-default .navbar-nav>li>a{
		padding: 0px 10px;
		font-size: 14px;
	}
	.ewm,.top_tel{
		display: none;
	}
	.news-set-top,.news-two,.news-four{
		width: 100%;
	}
	.news-two{
		margin: 0px;
	}
	.news-four{
		padding: 10px 15px;
	}
	.news-four .date{
		display: none;
	}
	.news-four .four-title{
		font-size: 14px;
	}
	.news-two .two-title{
		font-size: 16px;
	}
	.news-four a{
		padding: 0px 50px 0px 10px;
	}
}
@media (max-width:767px) {
	.links a{
		flex: 0 0 50%;
	}
	.news-two .date span, .news-two .date b, .news-four .date span, .news-four .date b{
		font-size: 30px;
	}
	.news-two .date{
		padding-top: 0px;
	}
	.news-two li{
		padding-top: 0px;
		padding-bottom: 15px;
	}
	.inews-wraper{
		padding-top: 30px;
	}
	.list_number{
		font-size: 20px;
	}
	.list_number em {
	    font-size: 24px;
	}
	.zsjm_map_1{
		padding: 0px 20px 20px 20px;
	}
	.list_number em {
	    font-size: 20px;
	}
	.m_icon1{
		display: none;
	}
	.news-set-top .title{
		font-size: 16px;
		height: auto;
	}
	.index_123{
		margin-bottom: 15px;
	}
	.col{
		flex: 0 0 33.33%;
	}
	.show_prozixun a{
		margin-right: 10px;
		line-height: 40px;
		padding: 0px 15px;
		font-size: 16px;
	}
	.show_prozixun a img{
		max-width: 20px;
	}
	.pro .pro_title{
		font-size: 18px;
		margin-top: 60px;
	}
	.pro1 a .pro1_title{
		font-size: 16px;
	}
	.pro1 a .pro1_desc{
		font-size: 14px;
	}
	.pro .pro_desc{
		padding: 0px 20px;
		font-size: 12px;
	}
	.pro,.pro1{
		flex: 0 0 50%;
		height: auto;
	}
	.indexmaps{
			 display: block;
	}
	 .mapsl{
		 width: 100%;
	 }
	 .mapsr{
		 width: 100%;
		 padding: 30px 0px;
	 }
	 .num_box {
	     margin-top: 0px;
	 }
	 .article a{
		 padding-bottom: 20px;
		 margin-bottom: 30px;
	 }
	 .ar_title{
		 font-size: 16px;
		 margin-bottom: 15px;
		 height: auto;
	 }
	 .ar_date{
		 font-size: 12px;
		 margin-top: 0px;
	 }
	 .ar_desc{
		 height: auto;
	 }
	 .pp1{
		 height: auto;
		 padding: 50px 0px;
		 font-size: 18px;
	 }
	 .pp1 a{
		 font-size: 14px;
	 }
	 .ctt{
		     flex: 0 0 100%;
			 margin-bottom: 30px;
	 }
	 .ctt::after{
		 content: none;
	 }
	 .fzlc_desc{
		 font-size: 14px;
		 line-height: 30px;
	 }
	 .fzlc_title{
		 font-size: 18px;
		 text-align: center;
	 }
	 .bb{
		 font-size: 14px;
	 }
	 .cc{
		 font-size: 12px;
		 height: 100px;
		 overflow: hidden;
		 margin-bottom: 20px;
	 }
	 .ab_icon:before{
		 content: none;
	 }
	 .pro1 a .pro1_pic{
		 padding: 15px;
	 }
	 .ct_desc{
		 font-size: 14px;
		 margin-bottom: 30px;
	 }
	 .formcc .form-control{
		 line-height: 40px;
		 height: 40px;
		 font-size: 14px;
		 margin-bottom: 20px;
	 }
	 .formcc .textarea{
		 min-height: 100px;
	 }
	 .formcc .dosubmit{
		 width: 200px;
		 font-size:16px;
		 line-height: 40px;
	 }
	 .s_title{
		 font-size: 16px;
	 }
	 .ctt .ct_tel{
		 font-size: 12px;
	 }
	 .ctt .ct_title{
		 font-size: 16px;
	 }
	 .ctt .ct_pic img{
		 max-width: 50px;
	 }
	 .s_desc{
		 font-size: 12px;
		 padding: 15px 15px 25px 15px;
	 }
	 .navbar-default .navbar-nav>li>a {
	     line-height: 60px;
		 font-size: 16px;
	 }
	 .dropdown-menu .child{
		 color: #eaeaea;
	 }
	 .dropdown-menu .child a{
		 color: #999;
		 font-size: 14px;
		 padding: 0px 10px;
	 }
	 .navbar-default .navbar-nav>.active>a::after, .navbar-default .navbar-nav>.active>a:focus::after, .navbar-default .navbar-nav>.active>a:hover::after{
		 bottom: 8px;
	 }
	 .pp a,.solve a{
		 margin-bottom: 15px;
	 }
	 .pro_item .pi{
		 flex: 0 0 50%;
	 }
	 .pi_text .pi_title{
		 font-size: 16px;
	 }
	 .pi .pi_text{
		 height: 40px;
		 line-height: 40px;
	 }
	 .pi_text .pi_title::after{
		 top: 10px;
	 }
	 .pro_item .pi a:hover .pi_text .pi_title::after{
		 top: 30px;
	 }
	 .pi_text .pi_desc{
		 font-size: 12px;
	 }
	 .pro_item .pi a:hover .pi_text{
		 height:auto;
	 }
	 .nbanner img{
		 height: 180px;
		 object-fit: cover;
	 }
	 .about_title{
		 font-size: 16px;
	 }
	 .about_desc{
		 font-size: 14px;
		 line-height: 30px;
		 margin-bottom: 20px;
	 }
	 .about_text{
		 margin-top: 30px;
	 }
	 .fzlc{
		 padding: 30px;
		 height: auto;
	 }
	 .cn_title{
		 background-size: 4%;
		 padding-left: 30px;
	 }
	 .sub_title{
		 font-size: 14px;
	 }
	 .cn_title h2{
		 font-size: 20px;
	 }
	 .new-content .new-title{
		 font-size: 20px;
	 }
	 .new-content .new-time{
		 font-size: 12px;
	 }
	 .new-content{
		 padding: 30px;
		 margin-bottom: 15px;
	 }
	 .new-menu{
		 margin-bottom: 15px;
	 }
	 .new-content .new-con{
		 font-size: 14px;
	 }
	 .sidebar a{
		 font-size: 14px;
		 width: 50%;
		 float: left;
		 padding: 0px 15px;
	 }
	 .mt80{
		 margin-top: 30px;
	 }
	 .mb80{
		 margin-bottom: 30px;
	 }
	 .at_more{
		 margin-top: 0px;
		 
	 }
	 .at_more a{
		 font-size: 14px;
	 }
	 .mt100{
		 margin-top: 30px;
	 }
	 .mb100{
		 margin-bottom: 30px;
	 }
	 .indexcase .nav-tabs>li>a{
		 font-size: 16px;
		 margin-right: 20px;
	 }
	 .indexcase .nav-tabs>li.active>a, .indexcase .nav-tabs>li.active>a:focus, .indexcase .nav-tabs>li.active>a:hover{
		 font-size: 16px;
	 }
	 .indexcase .nav-tabs>li.active>a::after, .indexcase .nav-tabs>li.active>a:focus::after, .indexcase .nav-tabs>li.active>a:hover::after{
		 width: auto;
	 }
	 .submenu{
		 line-height: 40px;
	 }
	 .activy .at1 a span{
		 font-size: 14px;
	 }
	.path{
		font-size: 12px;
		display: none;
	}
	.subchild a{
		font-size: 14px;
		padding: 0px 15px;
	}
	.pp_title{
		font-size: 16px;
	}
	.pp_entitle{
		font-size: 12px;
	}
	.pp_text{
		height: 85px;
	}
	.pp_pic{
		padding: 10px;
	}
	.f_top {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.f_shengming {
		margin-bottom: 20px;
		font-size: 12px;
		text-align:center;
	}
	.f_wel,footer .select{
		text-align:center;
		}
	footer .mianze{
		text-align:center;
		margin-top:15px;
		}

	
	.public_desc{
		font-size:14px;
		margin:20px 0px 20px 0px;
		}

	.f_bottom {
		height: auto;
		line-height: 20px;
		padding: 15px 0px;
		font-size: 12px;
	}
	.logo {
		float: left !important;
		margin-top: 15px !important;
		margin-bottom: 15px;
	}
	.logo img {
		max-width: 120px;
	}
	.m_logo {
		position: absolute;
		top: 10px;
		left: 15px;
		z-index: 999;
		max-width: 150px;
	}
	.navbar .nav > li:hover .dropdown-menu {
		display: none;
	}

	.banner {
		overflow: hidden;
	}
}
 
@media (min-width:1700px) {
	.container {
		width: 1600px !important;
	}
}
@media (min-width:1410px) and (max-width:1610px) {
	.zsjm_map_map{
		padding: 15px;
	}
	.list_number em{
		font-size: 30px;
	}
}
@media (min-width:1200px) and (max-width:1500px) {
	.navbar-default .navbar-nav>li>a{
		padding: 0px 12px;
		font-size: 16px;
	}
	.menu {
	    margin-left: 100px;
	}
	.news-two{
		width: 320px;
	}
}
@media (min-width:1500px) and (max-width:1700px) {
	.container {
		width: 1400px !important;
	}
	.navbar-default .navbar-nav>li>a{
		padding: 0px 20px;
	}
}
@media (min-width:1200px) and (max-width:1300px) {
	.container {
		width: 1200px !important;
	}
}